In This Topic
Sets the left margin extension.
By default, the footer is drawn within the page left/right margins. You can increase the available width for the footer by specifying a positive value for this method. For example if you want the footer to spread from the left edge of the page to the right edge you can set the and methods to values that match the page's left and right margins.
Syntax
public void setExtendLeft(
double
)
|
Parameters
- value
- The distance the footer should extend on the left over the page left margin.
See Also